sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
customview
/
androidx.customview.widget
/
[main]Openable
Openable
interface
Openable
(
source
)
A layout that has two states: opened and closed.
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
Move the layout to the closed state.
is
Open
Link copied to clipboard
abstract
fun
isOpen
(
)
:
Boolean
Check if the layout is currently in the opened state.
open
Link copied to clipboard
abstract
fun
open
(
)
Move the layout to the opened state.